Interface symantec.itools.db.beans.brl.CompColMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.CompColMember

public interface CompColMember
extends Serializable
Interface which describes the generic input type used in derivation/validation formulas. The input type could be DataBound Column, constant or operator

Version:
1.00 06/18/98
Author:
Puru Balakrishnan

Method Index

 o getValue()
Method to return the value
 o toString()
Method to return the String description

Methods

 o getValue
public abstract java.lang.Object getValue()
Method to return the value

Returns:
Object
 o toString
public abstract java.lang.String toString()
Method to return the String description

Returns:
String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index